home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / diffs / gdb-4.12 / readline / configur.bat next >
Encoding:
DOS Batch File  |  1994-08-05  |  822 b   |  36 lines

  1. *** orig/gdb-4.12/readline/configur.bat    Mon Jul 25 23:38:50 1994
  2. --- src/gdb-4.12/readline/configur.bat    Mon Jul 25 23:54:12 1994
  3. ***************
  4. *** 1,21 ****
  5.   @echo off
  6. - if "%1" == "go32" goto h8300
  7. - if "%1" == "h8/300" goto h8300
  8. - echo Specify one of [ go32 h8/300 ] on command line
  9. - goto exit
  10. - :go32
  11.   echo Configuring readline for go32
  12. - copy Makefile.dos Makefile
  13. - copy sysdep-norm.h sysdep.h
  14. - goto exit
  15.   
  16. ! :h8300
  17. ! echo Configuring readline for H8/300
  18. ! copy Makefile.dos Makefile
  19. ! copy sysdep-norm.h sysdep.h
  20.   
  21. ! :exit
  22.   
  23.   cd examples
  24.   call configure %1
  25. --- 1,9 ----
  26.   @echo off
  27.   echo Configuring readline for go32
  28.   
  29. ! update sysdep-norm.h sysdep.h
  30.   
  31. ! sed -e "s/^#*LOCAL_LIBS *=.*/LOCAL_LIBS=-lpc/" Makefile.in > Makefile
  32.   
  33.   cd examples
  34.   call configure %1
  35.